home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'AHMTFormSizes.pas' rev: 3.00
-
- #ifndef AHMTFormSizesHPP
- #define AHMTFormSizesHPP
- #include <AHMTFormHook.hpp>
- #include <AHMSystem.hpp>
- #include <Classes.hpp>
- #include <Messages.hpp>
- #include <Windows.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Ahmtformsizes
- {
- //-- type declarations -------------------------------------------------------
- enum AHMTFormSizes__1 { MinimumWidth, MaximumWidth, MinimumHeight, MaximumHeight };
-
- typedef Set<AHMTFormSizes__1, MinimumWidth, MaximumHeight> TAHMFormSizeOptions;
-
- class DELPHICLASS TAHMFormSizes;
- class PASCALIMPLEMENTATION TAHMFormSizes : public Ahmtformhook::TAHMHookComponent
- {
- typedef Ahmtformhook::TAHMHookComponent inherited;
-
- private:
- int FMinW;
- int FMinH;
- int FMaxW;
- int FMaxH;
- TAHMFormSizeOptions FFormSizeOptions;
-
- public:
- virtual void __fastcall Hooked(Messages::TMessage &AMsg);
-
- __published:
- __property About ;
- __property int MinWidth = {read=FMinW, write=FMinW, nodefault};
- __property int MaxWidth = {read=FMaxW, write=FMaxW, nodefault};
- __property int MinHeight = {read=FMinH, write=FMinH, nodefault};
- __property int MaxHeight = {read=FMaxH, write=FMaxH, nodefault};
- __property TAHMFormSizeOptions Options = {read=FFormSizeOptions, write=FFormSizeOptions, nodefault}
- ;
- public:
- /* TAHMHookComponent.Create */ __fastcall virtual TAHMFormSizes(Classes::TComponent* AOwner) : Ahmtformhook::
- TAHMHookComponent(AOwner) { }
- /* TAHMHookComponent.Destroy */ __fastcall virtual ~TAHMFormSizes(void) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Ahmtformsizes */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Ahmtformsizes;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // AHMTFormSizes
-